Resource StructureDefinition/FHIR Server from package rki.demis.common#2.0.0-alpha.1 (78 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "SubmittingFacility",
"url" : "https://demis.rki.de/fhir/StructureDefinition/SubmittingFacility",
"version" : "2.0.0",
"name" : "SubmittingFacility",
"title" : "Einsender-Einrichtung",
"status" : "active",
"date" : "2024-06-18",
"description" : "Die Einsender-Einrichtung enthält die Angaben der einsendenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur Kontaktaufnahme genutzt.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "servd",
"uri" : "http://www.omg.org/spec/ServD/1.0/",
"name" : "ServD"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization.meta",
"path" : "Organization.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.meta.profile",
"path" : "Organization.meta.profile",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.meta.profile:submittingFacility",
"path" : "Organization.meta.profile",
"sliceName" : "submittingFacility",
"min" : 1,
"max" : "1",
"fixedCanonical" : "https://demis.rki.de/fhir/StructureDefinition/SubmittingFacility",
"mustSupport" : true
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"short" : "Identifier für den Einsender",
"definition" : "falls vorhanden, eindeutigen Identifier für den Einsender (z.B. BSNR)"
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"short" : "Art der Einrichtung",
"definition" : "Art der Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Organization.type.coding",
"path" : "Organization.type.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/organizationType"
}
},
{
"id" : "Organization.type.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type.text",
"path" : "Organization.type.text",
"max" : "0"
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"short" : "Einrichtungsname",
"definition" : "Einrichtungsname",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "closed"
},
"definition" : "Kontaktangaben der Einrichtung. Telefonnummern, E-Mailadressen, Urls und Faxnummern können angegeben werden.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.telecom:Email",
"path" : "Organization.telecom",
"sliceName" : "Email"
},
{
"id" : "Organization.telecom:Email.system",
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "email",
"mustSupport" : true
},
{
"id" : "Organization.telecom:Email.value",
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validEmailAddress",
"severity" : "error",
"human" : "Die E-Mail-Adresse muss valide sein.",
"expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.telecom:Phone",
"path" : "Organization.telecom",
"sliceName" : "Phone",
"mustSupport" : true
},
{
"id" : "Organization.telecom:Phone.extension",
"path" : "Organization.telecom.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Organization.telecom:Phone.extension:comment",
"path" : "Organization.telecom.extension",
"sliceName" : "comment",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://demis.rki.de/fhir/StructureDefinition/Comment"
]
}
]
},
{
"id" : "Organization.telecom:Phone.system",
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "phone",
"mustSupport" : true
},
{
"id" : "Organization.telecom:Phone.value",
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validPhoneNumber",
"severity" : "error",
"human" : "Die Telefonnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.telecom:Url",
"path" : "Organization.telecom",
"sliceName" : "Url"
},
{
"id" : "Organization.telecom:Url.system",
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "url",
"mustSupport" : true
},
{
"id" : "Organization.telecom:Url.value",
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validUrl",
"severity" : "error",
"human" : "Die Url muss valide sein.",
"expression" : "$this.matches('^(https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9]+\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9]+\\\\.[^\\\\s]{2,})$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.telecom:Fax",
"path" : "Organization.telecom",
"sliceName" : "Fax"
},
{
"id" : "Organization.telecom:Fax.system",
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "fax",
"mustSupport" : true
},
{
"id" : "Organization.telecom:Fax.value",
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validFaxNumber",
"severity" : "error",
"human" : "Die Faxnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"short" : "Einrichtungsadresse",
"definition" : "Einrichtungsadresse",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.address.line",
"path" : "Organization.address.line",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Organization.address.city",
"path" : "Organization.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address.postalCode",
"path" : "Organization.address.postalCode",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/postalCode"
}
},
{
"id" : "Organization.address.country",
"path" : "Organization.address.country",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
}
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"short" : "Ãbergeordnete Einrichtung, zu der diese Einrichtung gehört",
"definition" : "Ãbergeordnete Einrichtung, zu der diese Einrichtung gehört",
"mustSupport" : true
},
{
"id" : "Organization.contact",
"path" : "Organization.contact",
"short" : "Ansprechpartner der Einrichtung",
"definition" : "Ansprechpartner der Einrichtung",
"mustSupport" : true
},
{
"id" : "Organization.contact.address",
"path" : "Organization.contact.address",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.